home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 February
/
Macworld (1999-02).dmg
/
Serious Demos
/
XTension demo
/
Scripts
/
DuskSensor#2.Off
< prev
next >
Wrap
Text File
|
1998-07-28
|
210b
|
8 lines
-- this is a dusk sensor going OFF indicating daylight
-- if it's already daylight, ignore
if (status of "Its Dark") = true then
if (status of "Dusk Sensor#1") = false then
turnoff "Its Dark"
end if
end if